go/types.Checker.convertUntyped (method)

12 uses

	go/types (current package)
		builtins.go#L286: 			check.convertUntyped(x, y.typ)
		builtins.go#L289: 			check.convertUntyped(y, x.typ)
		builtins.go#L308: 				check.convertUntyped(x, Typ[Float64])
		builtins.go#L309: 				check.convertUntyped(y, Typ[Float64])
		builtins.go#L466: 				check.convertUntyped(x, Typ[Complex128])
		const.go#L289: func (check *Checker) convertUntyped(x *operand, target Type) {
		expr.go#L363: 		check.convertUntyped(&c, typ)
		expr.go#L670: 			check.convertUntyped(y, Typ[Uint])
		expr.go#L921: 		check.convertUntyped(x, y.typ)
		expr.go#L925: 		check.convertUntyped(y, x.typ)
		index.go#L424: 	check.convertUntyped(x, Typ[Int])
		stmt.go#L245: 		check.convertUntyped(&v, x.typ)